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