1 write to newMsCorLib_debuggerTypeProxyAttributeCtor
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\Retargeting\RetargetCustomAttributes.cs (1)
95
newMsCorLib_debuggerTypeProxyAttributeCtor
= (MethodSymbol)newMsCorLib_debuggerTypeProxyAttributeType.GetMembers(".ctor").Single(
3 references to newMsCorLib_debuggerTypeProxyAttributeCtor
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
Symbols\Retargeting\RetargetCustomAttributes.cs (3)
98
Assert.NotSame(oldMsCorLib_debuggerTypeProxyAttributeCtor,
newMsCorLib_debuggerTypeProxyAttributeCtor
);
134
TestAttributeRetargeting(symbol.GetReturnTypeAttributes().Where(a => a.AttributeConstructor ==
newMsCorLib_debuggerTypeProxyAttributeCtor
));
148
Assert.Same(
newMsCorLib_debuggerTypeProxyAttributeCtor
, attribute.AttributeConstructor);