10 references to IsTrackableStructType
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\DefiniteAssignment.cs (2)
1734
bool fieldsTracked = EmptyStructTypeCache.
IsTrackableStructType
(type);
1769
bool fieldsTracked = EmptyStructTypeCache.
IsTrackableStructType
(type);
FlowAnalysis\DefiniteAssignment.LocalFunctions.cs (1)
109
if (EmptyStructTypeCache.
IsTrackableStructType
(type))
FlowAnalysis\EmptyStructTypeCache.cs (1)
92
if ((object)nts == null || !
IsTrackableStructType
(nts))
FlowAnalysis\NullableWalker.cs (6)
2660
else if (EmptyStructTypeCache.
IsTrackableStructType
(targetType.Type))
2693
Debug.Assert(EmptyStructTypeCache.
IsTrackableStructType
(targetType));
2768
else if (EmptyStructTypeCache.
IsTrackableStructType
(fieldOrPropertyType.Type))
2994
if (EmptyStructTypeCache.
IsTrackableStructType
(parameterType.Type))
4193
if (EmptyStructTypeCache.
IsTrackableStructType
(type))
12307
if (EmptyStructTypeCache.
IsTrackableStructType
(type))