1 write to _debuggerDisplayAttributeType
Microsoft.CodeAnalysis.Features (1)
AbstractRemoveUnusedMembersDiagnosticAnalyzer.cs (1)
109
_debuggerDisplayAttributeType
= compilation.DebuggerDisplayAttributeType();
1 reference to _debuggerDisplayAttributeType
Microsoft.CodeAnalysis.Features (1)
AbstractRemoveUnusedMembersDiagnosticAnalyzer.cs (1)
589
if (attribute.AttributeClass ==
_debuggerDisplayAttributeType
&&