2 writes to CacheMissCount
Microsoft.CodeAnalysis (2)
DocumentationComments\DocumentationCommentIncludeCache.cs (2)
32CacheMissCount = 0; 51CacheMissCount++;
1 reference to CacheMissCount
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
DocumentationComments\DocumentationCommentCompilerTests.cs (1)
8371Assert.InRange(DocumentationCommentIncludeCache.CacheMissCount, 1, 2); //Not none, not all.