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