7 references to IsImmutableArray
IOperationGenerator (7)
IOperationClassWriter.cs (6)
697
if (
IsImmutableArray
(prop.Type, out _))
758
if (
IsImmutableArray
(prop.Type, out _))
814
bool isImmutableArray =
IsImmutableArray
(prop.Type, out _);
890
bool isImmutableArray =
IsImmutableArray
(prop.Type, out _);
986
Write(
IsImmutableArray
(prop.Type, out _) ? "VisitArray" : "Visit");
1135
(
IsImmutableArray
(typeName, out var innerType) && IsIOperationType(GetTypeNameWithoutNullable(innerType)));
IOperationClassWriter.Verifier.cs (1)
68
if (
IsImmutableArray
(prop.Type, out _) && prop.Type.Contains("?"))