Provides transport-neutral AXSG workspace language-service queries used by MCP and editor adapters.
public sealed class AxsgWorkspaceLanguageQueryService
kind:method, kind:property, kind:ctor. Press Esc to clear.AxsgWorkspaceLanguageQueryService(XamlLanguageServiceEngine, XamlLanguageServiceOptions)Creates a new workspace language query service over the shared language-service engine.GetCSharpDeclarationsAsync(String, SourcePosition, String?, String?, CancellationToken)Gets XAML declarations for the C# symbol at the requested source position.GetCSharpReferencesAsync(String, SourcePosition, String?, String?, CancellationToken)Gets XAML references for the C# symbol at the requested source position.GetInlineCSharpProjectionsAsync(String, String?, String?, Int32, CancellationToken)Gets inline C# projections for the specified XAML document, optionally using in-memory text.GetMetadataDocumentText(String?, String?)Resolves metadata-as-source document text from either a direct document id or a metadata URI.GetRenamePropagationEditsAsync(String, SourcePosition, String, String?, String?, CancellationToken)Gets rename propagation edits from a C# symbol into XAML documents.PrepareRenameAsync(String, SourcePosition, String?, String?, CancellationToken)Prepares an AXSG rename operation for the requested XAML position.RenameAsync(String, SourcePosition, String, String?, String?, CancellationToken)Computes AXSG rename edits for the requested XAML position.