4 references to GetTypeNameWithoutNullable
IOperationGenerator (4)
IOperationClassWriter.cs (4)
616
var basePropTypeWithoutNullable =
GetTypeNameWithoutNullable
(baseProp.Type);
617
var propTypeWithoutNullable =
GetTypeNameWithoutNullable
(prop.Type);
1101
return _typeMap.ContainsKey(
GetTypeNameWithoutNullable
(typeName)) ||
1102
(IsImmutableArray(typeName, out var innerType) && IsIOperationType(
GetTypeNameWithoutNullable
(innerType)));