5 writes to CtorName
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (5)
Symbols\AnonymousTypesSymbolTests.cs (5)
1036
CtorName
= "System.Runtime.CompilerServices.CompilerGeneratedAttribute.CompilerGeneratedAttribute()",
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[] { } }
1 reference to CtorName
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\AnonymousTypesSymbolTests.cs (1)
1154
Assert.Equal(attr.
CtorName
, actual[index].AttributeConstructor.ToDisplayString());