10 references to ASCIICharCount
Microsoft.Extensions.Http.Diagnostics (10)
Http\DownstreamDependencyMetadataManager.cs (8)
79
var a = new char[Constants.
ASCIICharCount
];
80
for (int i = 0; i < Constants.
ASCIICharCount
; i++)
136
if (ch >= Constants.
ASCIICharCount
)
160
if (ch >= Constants.
ASCIICharCount
)
203
for (int i = 0; i < Constants.
ASCIICharCount
; i++)
237
for (int i = 0; i < Constants.
ASCIICharCount
; i++)
305
if (ch >= Constants.
ASCIICharCount
)
327
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
];