7 references to Handle
Microsoft.VisualStudio.LanguageServices (1)
Interop\ComHandle.cs (1)
104
if (
Handle
is not TNewHandle newHandle)
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
CodeModel\FileCodeModelTestHelpers.cs (1)
56
var codeModel = FileCodeModel.Create(state, null, document, isSourceGeneratorOutput: false, new MockTextManagerAdapter()).
Handle
;
Microsoft.VisualStudio.LanguageServices.Implementation (3)
CodeModel\ProjectCodeModel.cs (2)
118
=> this.GetOrCreateFileCodeModel(filePath, parent).
Handle
;
124
return FileCodeModel.Create(GetCodeModelCache().State, parent: null, sourceGeneratedDocument.Id, isSourceGeneratorOutput: true, new TextManagerAdapter()).
Handle
;
CodeModel\ProjectCodeModelFactory.cs (1)
224
=> GetProjectCodeModel(id).GetOrCreateFileCodeModel(filePath).
Handle
;
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (2)
CodeModel\CodeModelTestState.vb (2)
51
Return _fileCodeModel.Value.
Handle
63
Return _rootCodeModel.
Handle