7 references to Handle
Microsoft.VisualStudio.LanguageServices (1)
Interop\ComHandle.cs (1)
104if (Handle is not TNewHandle newHandle)
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
CodeModel\FileCodeModelTestHelpers.cs (1)
56var 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; 124return 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)
51Return _fileCodeModel.Value.Handle 63Return _rootCodeModel.Handle