5 writes to Handle
Microsoft.VisualStudio.LanguageServices (5)
Interop\ComHandle.cs (5)
30Handle = null; 35Handle = handleOrManagedObject; 40Handle = (THandle)ComAggregate.TryGetWrapper(handleOrManagedObject); 49Handle = null; 62Handle = handle;
5 references to Handle
Microsoft.VisualStudio.LanguageServices (1)
Interop\ComHandle.cs (1)
96if (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)
116=> this.GetOrCreateFileCodeModel(filePath, parent).Handle; 122return FileCodeModel.Create(GetCodeModelCache().State, parent: null, sourceGeneratedDocument.Id, isSourceGeneratorOutput: true, new TextManagerAdapter()).Handle;
CodeModel\ProjectCodeModelFactory.cs (1)
273=> GetProjectCodeModel(id).GetOrCreateFileCodeModel(filePath).Handle;