7 references to IsImmutableArray
IOperationGenerator (7)
IOperationClassWriter.cs (6)
687
if (
IsImmutableArray
(prop.Type, out _))
748
if (
IsImmutableArray
(prop.Type, out _))
804
bool isImmutableArray =
IsImmutableArray
(prop.Type, out _);
880
bool isImmutableArray =
IsImmutableArray
(prop.Type, out _);
976
Write(
IsImmutableArray
(prop.Type, out _) ? "VisitArray" : "Visit");
1102
(
IsImmutableArray
(typeName, out var innerType) && IsIOperationType(GetTypeNameWithoutNullable(innerType)));
IOperationClassWriter.Verifier.cs (1)
56
if (
IsImmutableArray
(prop.Type, out _) && prop.Type.Contains("?"))