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