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