1 write to _maxIndirectionLevelUsed
Microsoft.Interop.SourceGeneration (1)
UseSiteAttributeProvider.cs (1)
81
_maxIndirectionLevelUsed
= Math.Max(indirectionDepth, _maxIndirectionLevelUsed);
3 references to _maxIndirectionLevelUsed
Microsoft.Interop.SourceGeneration (3)
UseSiteAttributeProvider.cs (3)
81
_maxIndirectionLevelUsed = Math.Max(indirectionDepth,
_maxIndirectionLevelUsed
);
91
if (
_maxIndirectionLevelUsed
< _maxIndirectionLevelDataProvided)
97
_maxIndirectionLevelUsed
.ToString());