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