10 references to ASCIICharCount
Microsoft.Extensions.Http.Diagnostics (10)
Http\DownstreamDependencyMetadataManager.cs (8)
83
var a = new char[Constants.
ASCIICharCount
];
84
for (int i = 0; i < Constants.
ASCIICharCount
; i++)
140
if (ch >= Constants.
ASCIICharCount
)
164
if (ch >= Constants.
ASCIICharCount
)
207
for (int i = 0; i < Constants.
ASCIICharCount
; i++)
241
for (int i = 0; i < Constants.
ASCIICharCount
; i++)
309
if (ch >= Constants.
ASCIICharCount
)
331
if (ch >= Constants.
ASCIICharCount
)
Http\RequestMetadataTrieNode.cs (2)
11
public char YoungestChild { get; set; } = (char)Constants.
ASCIICharCount
;
24
public RequestMetadataTrieNode[] Nodes { get; } = new RequestMetadataTrieNode[Constants.
ASCIICharCount
];