5 instantiations of AttributeInfo
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (5)
Symbols\AnonymousTypesSymbolTests.cs (5)
1034
new
AttributeInfo
1054
attr: new
AttributeInfo
() { CtorName = "System.Diagnostics.DebuggerHiddenAttribute.DebuggerHiddenAttribute()", ConstructorArguments = new string[] { } }
1061
attr: new
AttributeInfo
() { CtorName = "System.Diagnostics.DebuggerHiddenAttribute.DebuggerHiddenAttribute()", ConstructorArguments = new string[] { } }
1068
attr: new
AttributeInfo
() { CtorName = "System.Diagnostics.DebuggerHiddenAttribute.DebuggerHiddenAttribute()", ConstructorArguments = new string[] { } }
1075
attr: new
AttributeInfo
() { CtorName = "System.Diagnostics.DebuggerHiddenAttribute.DebuggerHiddenAttribute()", ConstructorArguments = new string[] { } }
5 references to AttributeInfo
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (5)
Symbols\AnonymousTypesSymbolTests.cs (5)
1121
AttributeInfo
attr = null
1136
TestAttributeOnSymbol(method, attr == null ? new
AttributeInfo
[] { } : new
AttributeInfo
[] { attr });
1145
private void TestAttributeOnSymbol(Symbol symbol, params
AttributeInfo
[] attributes)
1152
var
attr = attributes[index];