1 write to NewMsCorLib_debuggerTypeProxyAttributeCtor
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (1)
SymbolsTests\Retargeting\RetargetingCustomAttributes.vb (1)
102
NewMsCorLib_debuggerTypeProxyAttributeCtor
= DirectCast(NewMsCorLib_debuggerTypeProxyAttributeType.GetMembers(".ctor").
3 references to NewMsCorLib_debuggerTypeProxyAttributeCtor
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (3)
SymbolsTests\Retargeting\RetargetingCustomAttributes.vb (3)
105
Assert.NotSame(OldMsCorLib_debuggerTypeProxyAttributeCtor,
NewMsCorLib_debuggerTypeProxyAttributeCtor
)
119
TestAttributeRetargeting(symbol.GetAttributes(
NewMsCorLib_debuggerTypeProxyAttributeCtor
))
140
Assert.Same(
NewMsCorLib_debuggerTypeProxyAttributeCtor
, attribute.AttributeConstructor)