1 implementation of SetType
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\AbstractCodeModelService.cs (1)
732public abstract SyntaxNode SetType(SyntaxNode node, ITypeSymbol? typeSymbol);
1 reference to SetType
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\FileCodeModel_CodeGen.cs (1)
656var updatedNode = CodeModelService.SetType(node, typeSymbol);