4 references to GetTypeNameWithoutNullable
IOperationGenerator (4)
IOperationClassWriter.cs (4)
626
var basePropTypeWithoutNullable =
GetTypeNameWithoutNullable
(baseProp.Type);
627
var propTypeWithoutNullable =
GetTypeNameWithoutNullable
(prop.Type);
1134
return _typeMap.ContainsKey(
GetTypeNameWithoutNullable
(typeName)) ||
1135
(IsImmutableArray(typeName, out var innerType) && IsIOperationType(
GetTypeNameWithoutNullable
(innerType)));