4 references to IsTooLongInternal
Microsoft.CodeAnalysis (4)
PEWriter\MetadataWriter.cs (4)
1353
if (
IsTooLongInternal
(name, NameLengthLimit))
1362
if (
IsTooLongInternal
(path, PathLengthLimit))
1396
if (
IsTooLongInternal
(usingString, PdbLengthLimit))
1409
if (
IsTooLongInternal
(name, PdbLengthLimit))