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