6 references to IsTooLongInternal
Microsoft.CodeAnalysis (4)
PEWriter\MetadataWriter.cs (4)
1354if (IsTooLongInternal(name, NameLengthLimit)) 1363if (IsTooLongInternal(path, PathLengthLimit)) 1397if (IsTooLongInternal(usingString, PdbLengthLimit)) 1410if (IsTooLongInternal(name, PdbLengthLimit))
Microsoft.CodeAnalysis.UnitTests (2)
MetadataReferences\MetadataNameLimitTests.cs (2)
13/// Test <see cref="MetadataWriter.IsTooLongInternal"/>. 52Assert.NotEqual(withinLimit, MetadataWriter.IsTooLongInternal(fullName, maxLength));