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