1 write to _debuggerHiddenAttrType
Microsoft.Interop.SourceGeneration (1)
StubEnvironment.cs (1)
114
_debuggerHiddenAttrType
= new Optional<INamedTypeSymbol?>(Compilation.GetTypeByMetadataName(TypeNames.System_Diagnostics_DebuggerHiddenAttribute));
3 references to _debuggerHiddenAttrType
Microsoft.Interop.SourceGeneration (3)
StubEnvironment.cs (3)
110
if (
_debuggerHiddenAttrType
.HasValue)
112
return
_debuggerHiddenAttrType
.Value;
115
return
_debuggerHiddenAttrType
.Value;