10 references to IsTrackableStructType
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\DefiniteAssignment.cs (2)
1613
bool fieldsTracked = EmptyStructTypeCache.
IsTrackableStructType
(type);
1648
bool fieldsTracked = EmptyStructTypeCache.
IsTrackableStructType
(type);
FlowAnalysis\DefiniteAssignment.LocalFunctions.cs (1)
109
if (EmptyStructTypeCache.
IsTrackableStructType
(type))
FlowAnalysis\EmptyStructTypeCache.cs (1)
97
if ((object)nts == null || !
IsTrackableStructType
(nts))
FlowAnalysis\NullableWalker.cs (6)
2489
else if (EmptyStructTypeCache.
IsTrackableStructType
(targetType.Type))
2522
Debug.Assert(EmptyStructTypeCache.
IsTrackableStructType
(targetType));
2594
else if (EmptyStructTypeCache.
IsTrackableStructType
(fieldOrPropertyType.Type))
2753
if (EmptyStructTypeCache.
IsTrackableStructType
(parameterType.Type))
3574
if (EmptyStructTypeCache.
IsTrackableStructType
(type))
10569
if (EmptyStructTypeCache.
IsTrackableStructType
(type))