1 write to oldMsCorLib_debuggerTypeProxyAttributeType
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\Retargeting\RetargetCustomAttributes.cs (1)
88
oldMsCorLib_debuggerTypeProxyAttributeType
= c1MscorLibAssemblyRef.GetTypeByMetadataName("System.Diagnostics.DebuggerTypeProxyAttribute");
5 references to oldMsCorLib_debuggerTypeProxyAttributeType
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (5)
Symbols\Retargeting\RetargetCustomAttributes.cs (5)
90
Assert.NotSame(
oldMsCorLib_debuggerTypeProxyAttributeType
, newMsCorLib_debuggerTypeProxyAttributeType);
92
oldMsCorLib_debuggerTypeProxyAttributeCtor = (MethodSymbol)
oldMsCorLib_debuggerTypeProxyAttributeType
.GetMembers(".ctor").Single(
110
Assert.Empty(symbol.GetAttributes(
oldMsCorLib_debuggerTypeProxyAttributeType
));
116
Assert.Empty(symbol.GetAttributes(
oldMsCorLib_debuggerTypeProxyAttributeType
));
131
Assert.Empty(symbol.GetReturnTypeAttributes().Where(a => TypeSymbol.Equals(a.AttributeClass,
oldMsCorLib_debuggerTypeProxyAttributeType
, TypeCompareKind.ConsiderEverything2)));