6 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))
Microsoft.CodeAnalysis.UnitTests (2)
MetadataReferences\MetadataNameLimitTests.cs (2)
13
/// Test <see cref="MetadataWriter.
IsTooLongInternal
"/>.
52
Assert.NotEqual(withinLimit, MetadataWriter.
IsTooLongInternal
(fullName, maxLength));