5 references to LinkDemand
ILAssembler (1)
GrammarVisitor.cs (1)
4601"linkcheck" => new(DeclarativeSecurityAction.LinkDemand),
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Attributes\AttributeData.cs (2)
361return DeclarativeSecurityAction.LinkDemand; 392case (int)DeclarativeSecurityAction.LinkDemand:
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Attributes\AttributeData.vb (2)
230Return DeclarativeSecurityAction.LinkDemand 292DeclarativeSecurityAction.LinkDemand