2 references to PathLengthLimit
Microsoft.CodeAnalysis (1)
PEWriter\MetadataWriter.cs (1)
1362
if (IsTooLongInternal(path,
PathLengthLimit
))
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\NameLengthTests.cs (1)
22
private static readonly string s_longPathName = new string('A', MetadataWriter.
PathLengthLimit
);