1 write to newMsCorLib_debuggerTypeProxyAttributeType
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\Retargeting\RetargetCustomAttributes.cs (1)
88
newMsCorLib_debuggerTypeProxyAttributeType
= c2MscorlibAssemblyRef.GetTypeByMetadataName("System.Diagnostics.DebuggerTypeProxyAttribute");
6 references to newMsCorLib_debuggerTypeProxyAttributeType
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (6)
Symbols\Retargeting\RetargetCustomAttributes.cs (6)
89
Assert.NotSame(oldMsCorLib_debuggerTypeProxyAttributeType,
newMsCorLib_debuggerTypeProxyAttributeType
);
94
newMsCorLib_debuggerTypeProxyAttributeCtor = (MethodSymbol)
newMsCorLib_debuggerTypeProxyAttributeType
.GetMembers(".ctor").Single(
106
TestAttributeRetargeting(symbol.GetAttributes(
newMsCorLib_debuggerTypeProxyAttributeType
));
112
TestAttributeRetargeting(symbol.GetAttributes(
newMsCorLib_debuggerTypeProxyAttributeType
));
127
TestAttributeRetargeting(symbol.GetReturnTypeAttributes().Where(a => TypeSymbol.Equals(a.AttributeClass,
newMsCorLib_debuggerTypeProxyAttributeType
, TypeCompareKind.ConsiderEverything2)));
146
Assert.Same(
newMsCorLib_debuggerTypeProxyAttributeType
, attribute.AttributeClass);