14 references to CrackStringInAttributeValue
Microsoft.CodeAnalysis (14)
DiagnosticAnalyzer\AnalyzerFileReference.cs (1)
303if (!PEModule.CrackStringInAttributeValue(out firstLanguageName, ref argsReader))
MetadataReader\MetadataDecoder.cs (4)
1439if (!PEModule.CrackStringInAttributeValue(out enumTypeName, ref argReader)) 1589TypedConstantKind kind = PEModule.CrackStringInAttributeValue(out s, ref argReader) ? 1597TypeSymbol serializedType = PEModule.CrackStringInAttributeValue(out typeName, ref argReader) ? 1633if (!PEModule.CrackStringInAttributeValue(out name, ref argReader))
MetadataReader\PEModule.cs (9)
89private static readonly AttributeValueExtractor<string?> s_attributeStringValueExtractor = CrackStringInAttributeValue; 1189if (!info.HasValue || !TryGetAttributeReader(info.Handle, out BlobReader sigReader) || !CrackStringInAttributeValue(out string? featureName, ref sigReader)) 1562if (sig.RemainingBytes > 0 && CrackStringInAttributeValue(out message, ref sig)) 1570if (sig.RemainingBytes > 0 && CrackStringInAttributeValue(out message, ref sig) && 1881if (!CrackStringInAttributeValue(out scope, ref reader) || 1882!CrackStringInAttributeValue(out identifier, ref reader)) 1959CrackStringInAttributeValue(out value.StringValue, ref sig) && 2007if (!CrackStringInAttributeValue(out stringArray[i], ref sig)) 2051CrackStringInAttributeValue(out string? @string, ref sig))