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