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