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)
115if (_debuggerHiddenAttrType.HasValue) 117return _debuggerHiddenAttrType.Value; 120return _debuggerHiddenAttrType.Value;