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