1 write to NewMsCorLib_debuggerTypeProxyAttributeType
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (1)
SymbolsTests\Retargeting\RetargetingCustomAttributes.vb (1)
95
NewMsCorLib_debuggerTypeProxyAttributeType
= c2MscorlibAssemblyRef.GetTypeByMetadataName("System.Diagnostics.DebuggerTypeProxyAttribute")
4 references to NewMsCorLib_debuggerTypeProxyAttributeType
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (4)
SymbolsTests\Retargeting\RetargetingCustomAttributes.vb (4)
96
Assert.NotSame(OldMsCorLib_debuggerTypeProxyAttributeType,
NewMsCorLib_debuggerTypeProxyAttributeType
)
101
NewMsCorLib_debuggerTypeProxyAttributeCtor = DirectCast(
NewMsCorLib_debuggerTypeProxyAttributeType
.GetMembers(".ctor").
112
TestAttributeRetargeting(symbol.GetAttributes(
NewMsCorLib_debuggerTypeProxyAttributeType
))
138
Assert.Same(
NewMsCorLib_debuggerTypeProxyAttributeType
, attribute.AttributeClass)