2 writes to _maxIndirectionLevelDataProvided
Microsoft.Interop.SourceGeneration (2)
UseSiteAttributeProvider.cs (2)
37
_maxIndirectionLevelDataProvided
= 0;
51
_maxIndirectionLevelDataProvided
= Math.Max(_maxIndirectionLevelDataProvided, indirectionDepth);
4 references to _maxIndirectionLevelDataProvided
Microsoft.Interop.SourceGeneration (4)
UseSiteAttributeProvider.cs (4)
51
_maxIndirectionLevelDataProvided = Math.Max(
_maxIndirectionLevelDataProvided
, indirectionDepth);
91
if (_maxIndirectionLevelUsed <
_maxIndirectionLevelDataProvided
)
94
_useSiteAttributesByIndirectionDepth[
_maxIndirectionLevelDataProvided
].AttributeData,
96
_maxIndirectionLevelDataProvided
.ToString(),