10 references to IsTrackableStructType
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\DefiniteAssignment.cs (2)
1733
bool fieldsTracked = EmptyStructTypeCache.
IsTrackableStructType
(type);
1768
bool fieldsTracked = EmptyStructTypeCache.
IsTrackableStructType
(type);
FlowAnalysis\DefiniteAssignment.LocalFunctions.cs (1)
109
if (EmptyStructTypeCache.
IsTrackableStructType
(type))
FlowAnalysis\EmptyStructTypeCache.cs (1)
91
if ((object)nts == null || !
IsTrackableStructType
(nts))
FlowAnalysis\NullableWalker.cs (6)
2619
else if (EmptyStructTypeCache.
IsTrackableStructType
(targetType.Type))
2652
Debug.Assert(EmptyStructTypeCache.
IsTrackableStructType
(targetType));
2724
else if (EmptyStructTypeCache.
IsTrackableStructType
(fieldOrPropertyType.Type))
2894
if (EmptyStructTypeCache.
IsTrackableStructType
(parameterType.Type))
4038
if (EmptyStructTypeCache.
IsTrackableStructType
(type))
11559
if (EmptyStructTypeCache.
IsTrackableStructType
(type))