1 write to Name
Microsoft.CodeAnalysis (1)
Symbols\Attributes\AttributeDescription.cs (1)
28
this.
Name
= name;
6 references to Name
Microsoft.CodeAnalysis (6)
MetadataReader\PEModule.cs (4)
1464
Debug.Assert(description.
Name
== "MaybeNullWhenAttribute" || description.
Name
== "NotNullWhenAttribute" || description.
Name
== "DoesNotReturnIfAttribute");
2907
if (!IsTargetAttribute(metadataReader, customAttribute, description.Namespace, description.
Name
, out ctor, description.MatchIgnoringCase))
Symbols\Attributes\AttributeDescription.cs (1)
35
get { return Namespace + "." +
Name
; }
Symbols\Attributes\CommonAttributeData.cs (1)
93
return attributeType.Name.Equals(description.
Name
, options) && namespaceMatch(attributeType.ContainingNamespace, description.Namespace, options);