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