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