6 implementations of SecurityAttributes
Microsoft.CodeAnalysis (4)
CodeGen\PrivateImplementationDetails.cs (1)
1077
public IEnumerable<Cci.SecurityAttribute>
SecurityAttributes
Emit\EditAndContinue\DeletedSourceTypeDefinition.cs (1)
59
public IEnumerable<SecurityAttribute>
SecurityAttributes
Emit\NoPia\CommonEmbeddedType.cs (1)
516
IEnumerable<Cci.SecurityAttribute> Cci.ITypeDefinition.
SecurityAttributes
PEWriter\RootModuleType.cs (1)
213
IEnumerable<SecurityAttribute> ITypeDefinition.
SecurityAttributes
Microsoft.CodeAnalysis.CSharp (2)
Emitter\Model\NamedTypeSymbolAdapter.cs (1)
725
IEnumerable<Cci.SecurityAttribute> Cci.ITypeDefinition.
SecurityAttributes
Symbols\Source\ExtensionGroupingInfo.cs (1)
526
IEnumerable<SecurityAttribute> ITypeDefinition.
SecurityAttributes
=> SpecializedCollections.EmptyEnumerable<SecurityAttribute>();
3 references to SecurityAttributes
Microsoft.CodeAnalysis (2)
PEWriter\MetadataWriter.cs (1)
2163
this.PopulateDeclSecurityTableRowsFor(GetTypeDefinitionHandle(typeDef), typeDef.
SecurityAttributes
);
PEWriter\ReferenceIndexerBase.cs (1)
286
this.Visit(typeDefinition.
SecurityAttributes
);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Attributes\AttributeTests_Security.cs (1)
47
IEnumerable<Cci.SecurityAttribute> typeSecurityAttributes = type.
SecurityAttributes
;