1 write to oldMsCorLib_debuggerTypeProxyAttributeCtor
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\Retargeting\RetargetCustomAttributes.cs (1)
92
oldMsCorLib_debuggerTypeProxyAttributeCtor
= (MethodSymbol)oldMsCorLib_debuggerTypeProxyAttributeType.GetMembers(".ctor").Single(
2 references to oldMsCorLib_debuggerTypeProxyAttributeCtor
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Symbols\Retargeting\RetargetCustomAttributes.cs (2)
98
Assert.NotSame(
oldMsCorLib_debuggerTypeProxyAttributeCtor
, newMsCorLib_debuggerTypeProxyAttributeCtor);
137
Assert.Empty(symbol.GetReturnTypeAttributes().Where(a => a.AttributeConstructor ==
oldMsCorLib_debuggerTypeProxyAttributeCtor
));