9 references to TypeForwardedToAttribute
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Attributes\AttributeData.cs (1)
690IsTargetAttribute(AttributeDescription.TypeForwardedToAttribute) ||
Symbols\Source\QuickAttributeChecker.cs (2)
50result.AddName(AttributeDescription.TypeForwardedToAttribute.Name, QuickAttributes.TypeForwardedTo); 172else if (matches(AttributeDescription.TypeForwardedToAttribute))
Symbols\Source\SourceAssemblySymbol.cs (1)
2558else if (!isFromNetModule && attribute.IsTargetAttribute(AttributeDescription.TypeForwardedToAttribute))
Symbols\Symbol_Attributes.cs (1)
476if (!boundAttribute.HasErrors && boundAttribute.IsTargetAttribute(AttributeDescription.TypeForwardedToAttribute) &&
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (4)
Symbols\Metadata\PE\TypeForwarders.cs (4)
1475Assert.Equal(0, assembly.GetAttributes(AttributeDescription.TypeForwardedToAttribute).Count()); 1651Assert.Equal(0, m.ContainingAssembly.GetAttributes(AttributeDescription.TypeForwardedToAttribute).Count()); 1703Assert.Equal(0, m.ContainingAssembly.GetAttributes(AttributeDescription.TypeForwardedToAttribute).Count()); 1745Assert.Equal(0, assembly.GetAttributes(AttributeDescription.TypeForwardedToAttribute).Count());