1 write to newMsCorLib_systemType
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\Retargeting\RetargetCustomAttributes.cs (1)
85
newMsCorLib_systemType
= c2MscorlibAssemblyRef.GetTypeByMetadataName("System.Type");
4 references to newMsCorLib_systemType
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (4)
Symbols\Retargeting\RetargetCustomAttributes.cs (4)
86
Assert.NotSame(oldMsCorLib_systemType,
newMsCorLib_systemType
);
96
m => ((MethodSymbol)m).ParameterCount == 1 && TypeSymbol.Equals(((MethodSymbol)m).GetParameterType(0),
newMsCorLib_systemType
, TypeCompareKind.ConsiderEverything2));
149
Assert.Same(
newMsCorLib_systemType
, attribute.AttributeConstructor.GetParameterType(0));
152
attribute.VerifyValue(0, TypedConstantKind.Type,
newMsCorLib_systemType
);