1 write to ElementType
Microsoft.CodeAnalysis.ExpressionEvaluator.FunctionResolver (1)
TypeSignature.cs (1)
87ElementType = elementType;
6 references to ElementType
Microsoft.CodeAnalysis.ExpressionEvaluator.FunctionResolver (3)
MetadataResolver.cs (2)
412return MatchesType(arrayA.ElementType, arrayB.ElementType) &&
TypeSignature.cs (1)
98builder.Append(ElementType.GetDebuggerDisplay());
Microsoft.CodeAnalysis.ExpressionEvaluator.FunctionResolver.UnitTests (3)
FunctionResolverTestBase.cs (1)
155AppendType(builder, arrayType.ElementType);
TypeComparer.cs (2)
51return Equals(xArray.ElementType, yArray.ElementType) &&