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