4 instantiations of DecodeWellKnownAttributeArguments
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceAssemblySymbol.cs (1)
1321
var arguments = new
DecodeWellKnownAttributeArguments
<AttributeSyntax, CSharpAttributeData, AttributeLocation>();
Symbols\Symbol_Attributes.cs (1)
831
var arguments = new
DecodeWellKnownAttributeArguments
<AttributeSyntax, CSharpAttributeData, AttributeLocation>();
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceAssemblySymbol.vb (1)
325
Dim arguments = New
DecodeWellKnownAttributeArguments
(Of AttributeSyntax, VisualBasicAttributeData, AttributeLocation)()
Symbols\Symbol_Attributes.vb (1)
456
Dim arguments = New
DecodeWellKnownAttributeArguments
(Of AttributeSyntax, VisualBasicAttributeData, AttributeLocation)()
61 references to DecodeWellKnownAttributeArguments
Microsoft.CodeAnalysis (8)
Symbols\Attributes\CommonAttributeData.cs (2)
358
ref
DecodeWellKnownAttributeArguments
<TAttributeSyntaxNode, TAttributeData, TAttributeLocation> arguments,
417
ref
DecodeWellKnownAttributeArguments
<TAttributeSyntaxNode, TAttributeData, TAttributeLocation> arguments,
Symbols\Attributes\MarshalAsAttributeDecoder.cs (6)
20
internal static void Decode(ref
DecodeWellKnownAttributeArguments
<TAttributeSyntax, TAttributeData, TAttributeLocation> arguments, AttributeTargets target, CommonMessageProvider messageProvider)
114
private static void DecodeMarshalAsCustom(ref
DecodeWellKnownAttributeArguments
<TAttributeSyntax, TAttributeData, TAttributeLocation> arguments, CommonMessageProvider messageProvider)
174
private static void DecodeMarshalAsComInterface(ref
DecodeWellKnownAttributeArguments
<TAttributeSyntax, TAttributeData, TAttributeLocation> arguments, UnmanagedType unmanagedType, CommonMessageProvider messageProvider)
207
private static void DecodeMarshalAsArray(ref
DecodeWellKnownAttributeArguments
<TAttributeSyntax, TAttributeData, TAttributeLocation> arguments, CommonMessageProvider messageProvider, bool isFixed)
285
private static void DecodeMarshalAsSafeArray(ref
DecodeWellKnownAttributeArguments
<TAttributeSyntax, TAttributeData, TAttributeLocation> arguments, CommonMessageProvider messageProvider)
355
private static void DecodeMarshalAsFixedString(ref
DecodeWellKnownAttributeArguments
<TAttributeSyntax, TAttributeData, TAttributeLocation> arguments, CommonMessageProvider messageProvider)
Microsoft.CodeAnalysis.CSharp (36)
Symbols\Attributes\AttributeData.cs (5)
235
internal void DecodeSecurityAttribute<T>(Symbol targetSymbol, CSharpCompilation compilation, ref
DecodeWellKnownAttributeArguments
<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
261
internal static void DecodeSkipLocalsInitAttribute<T>(CSharpCompilation compilation, ref
DecodeWellKnownAttributeArguments
<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
272
internal static void DecodeMemberNotNullAttribute<T>(TypeSymbol type, ref
DecodeWellKnownAttributeArguments
<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
308
private static void ReportBadNotNullMemberIfNeeded(TypeSymbol type,
DecodeWellKnownAttributeArguments
<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments, string memberName)
322
internal static void DecodeMemberNotNullWhenAttribute<T>(TypeSymbol type, ref
DecodeWellKnownAttributeArguments
<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (2)
162
protected override void DecodeWellKnownAttributeImpl(ref
DecodeWellKnownAttributeArguments
<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
264
private void VerifyConstantValueMatches(ConstantValue attrValue, ref
DecodeWellKnownAttributeArguments
<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
Symbols\Source\SourceAssemblySymbol.cs (4)
1321
var
arguments = new DecodeWellKnownAttributeArguments<AttributeSyntax, CSharpAttributeData, AttributeLocation>();
2176
private void DecodeTypeForwardedToAttribute(ref
DecodeWellKnownAttributeArguments
<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
2332
protected override void DecodeWellKnownAttributeImpl(ref
DecodeWellKnownAttributeArguments
<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
2337
private void DecodeWellKnownAttribute(ref
DecodeWellKnownAttributeArguments
<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments, int index, bool isFromNetModule)
Symbols\Source\SourceComplexParameterSymbol.cs (5)
726
protected override void DecodeWellKnownAttributeImpl(ref
DecodeWellKnownAttributeArguments
<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
880
private void DecodeDefaultParameterValueAttribute(AttributeDescription description, ref
DecodeWellKnownAttributeArguments
<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
1230
private void DecodeInterpolatedStringHandlerArgumentAttribute(ref
DecodeWellKnownAttributeArguments
<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments, BindingDiagnosticBag diagnostics, int attributeIndex)
1315
(int Ordinal, ParameterSymbol? Parameter)? decodeName(TypedConstant constant, ref
DecodeWellKnownAttributeArguments
<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
1372
static void setInterpolatedStringHandlerAttributeError(ref
DecodeWellKnownAttributeArguments
<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
Symbols\Source\SourceEventSymbol.cs (1)
288
protected sealed override void DecodeWellKnownAttributeImpl(ref
DecodeWellKnownAttributeArguments
<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
Symbols\Source\SourceFieldSymbol.cs (1)
113
protected sealed override void DecodeWellKnownAttributeImpl(ref
DecodeWellKnownAttributeArguments
<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
Symbols\Source\SourceMethodSymbolWithAttributes.cs (7)
479
protected sealed override void DecodeWellKnownAttributeImpl(ref
DecodeWellKnownAttributeArguments
<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
494
private void DecodeWellKnownAttributeAppliedToMethod(ref
DecodeWellKnownAttributeArguments
<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
627
ref
DecodeWellKnownAttributeArguments
<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments,
719
private void DecodeWellKnownAttributeAppliedToReturnValue(ref
DecodeWellKnownAttributeArguments
<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
757
private void DecodeDllImportAttribute(ref
DecodeWellKnownAttributeArguments
<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
883
private void DecodeModuleInitializerAttribute(
DecodeWellKnownAttributeArguments
<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
932
private void DecodeUnmanagedCallersOnlyAttribute(ref
DecodeWellKnownAttributeArguments
<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
Symbols\Source\SourceModuleSymbol.cs (1)
505
protected override void DecodeWellKnownAttributeImpl(ref
DecodeWellKnownAttributeArguments
<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
Symbols\Source\SourceNamedTypeSymbol.cs (2)
1054
protected sealed override void DecodeWellKnownAttributeImpl(ref
DecodeWellKnownAttributeArguments
<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
1250
private void DecodeCoClassAttribute(ref
DecodeWellKnownAttributeArguments
<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
Symbols\Source\SourcePropertySymbolBase.cs (1)
1236
protected override void DecodeWellKnownAttributeImpl(ref
DecodeWellKnownAttributeArguments
<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
Symbols\Source\SourceTypeParameterSymbol.cs (1)
421
protected sealed override void DecodeWellKnownAttributeImpl(ref
DecodeWellKnownAttributeArguments
<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
Symbols\Symbol.cs (2)
1384
internal bool ReportExplicitUseOfReservedAttributes(in
DecodeWellKnownAttributeArguments
<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments, ReservedAttributes reserved)
1458
bool reportExplicitUseOfReservedAttribute(CSharpAttributeData attribute, in
DecodeWellKnownAttributeArguments
<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments, in AttributeDescription attributeDescription)
Symbols\Symbol_Attributes.cs (3)
214
protected void DecodeWellKnownAttribute(ref
DecodeWellKnownAttributeArguments
<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
229
protected virtual void DecodeWellKnownAttributeImpl(ref
DecodeWellKnownAttributeArguments
<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
831
var
arguments = new DecodeWellKnownAttributeArguments<AttributeSyntax, CSharpAttributeData, AttributeLocation>();
Symbols\Synthesized\SynthesizedBackingFieldSymbol.cs (1)
122
protected sealed override void DecodeWellKnownAttributeImpl(ref
DecodeWellKnownAttributeArguments
<AttributeSyntax, CSharpAttributeData, AttributeLocation> arguments)
Microsoft.CodeAnalysis.VisualBasic (17)
Symbols\Attributes\AttributeData.vb (2)
191
Friend Sub DecodeSecurityAttribute(Of T As {WellKnownAttributeData, ISecurityAttributeTarget, New})(targetSymbol As Symbol, compilation As VisualBasicCompilation, ByRef arguments As
DecodeWellKnownAttributeArguments
(Of AttributeSyntax, VisualBasicAttributeData, AttributeLocation))
378
Friend Function DecodePermissionSetAttribute(compilation As VisualBasicCompilation, ByRef arguments As
DecodeWellKnownAttributeArguments
(Of AttributeSyntax, VisualBasicAttributeData, AttributeLocation)) As String
Symbols\Source\SourceAssemblySymbol.vb (1)
990
Friend Overrides Sub DecodeWellKnownAttribute(ByRef arguments As
DecodeWellKnownAttributeArguments
(Of AttributeSyntax, VisualBasicAttributeData, AttributeLocation))
Symbols\Source\SourceEventSymbol.vb (1)
651
Friend Overrides Sub DecodeWellKnownAttribute(ByRef arguments As
DecodeWellKnownAttributeArguments
(Of AttributeSyntax, VisualBasicAttributeData, AttributeLocation))
Symbols\Source\SourceFieldSymbol.vb (2)
710
Friend NotOverridable Overrides Sub DecodeWellKnownAttribute(ByRef arguments As
DecodeWellKnownAttributeArguments
(Of AttributeSyntax, VisualBasicAttributeData, AttributeLocation))
756
Private Sub VerifyConstantValueMatches(attrValue As ConstantValue, ByRef arguments As
DecodeWellKnownAttributeArguments
(Of AttributeSyntax, VisualBasicAttributeData, AttributeLocation))
Symbols\Source\SourceMethodSymbol.vb (4)
1569
Friend Overrides Sub DecodeWellKnownAttribute(ByRef arguments As
DecodeWellKnownAttributeArguments
(Of AttributeSyntax, VisualBasicAttributeData, AttributeLocation))
1593
Private Sub DecodeWellKnownAttributeAppliedToMethod(ByRef arguments As
DecodeWellKnownAttributeArguments
(Of AttributeSyntax, VisualBasicAttributeData, AttributeLocation))
1748
ByRef arguments As
DecodeWellKnownAttributeArguments
(Of AttributeSyntax, VisualBasicAttributeData, AttributeLocation),
1763
Private Sub DecodeWellKnownAttributeAppliedToReturnValue(ByRef arguments As
DecodeWellKnownAttributeArguments
(Of AttributeSyntax, VisualBasicAttributeData, AttributeLocation))
Symbols\Source\SourceModuleSymbol.vb (1)
1086
Friend Overrides Sub DecodeWellKnownAttribute(ByRef arguments As
DecodeWellKnownAttributeArguments
(Of AttributeSyntax, VisualBasicAttributeData, AttributeLocation))
Symbols\Source\SourceNamedTypeSymbol.vb (1)
2158
Friend NotOverridable Overrides Sub DecodeWellKnownAttribute(ByRef arguments As
DecodeWellKnownAttributeArguments
(Of AttributeSyntax, VisualBasicAttributeData, AttributeLocation))
Symbols\Source\SourceParameterSymbol.vb (2)
319
Friend Overrides Sub DecodeWellKnownAttribute(ByRef arguments As
DecodeWellKnownAttributeArguments
(Of AttributeSyntax, VisualBasicAttributeData, AttributeLocation))
373
Private Sub DecodeDefaultParameterValueAttribute(description As AttributeDescription, ByRef arguments As
DecodeWellKnownAttributeArguments
(Of AttributeSyntax, VisualBasicAttributeData, AttributeLocation))
Symbols\Source\SourcePropertyAccessorSymbol.vb (1)
479
Friend Overrides Sub DecodeWellKnownAttribute(ByRef arguments As
DecodeWellKnownAttributeArguments
(Of AttributeSyntax, VisualBasicAttributeData, AttributeLocation))
Symbols\Source\SourcePropertySymbol.vb (1)
553
Friend Overrides Sub DecodeWellKnownAttribute(ByRef arguments As
DecodeWellKnownAttributeArguments
(Of AttributeSyntax, VisualBasicAttributeData, AttributeLocation))
Symbols\Symbol_Attributes.vb (1)
194
Friend Overridable Sub DecodeWellKnownAttribute(ByRef arguments As
DecodeWellKnownAttributeArguments
(Of AttributeSyntax, VisualBasicAttributeData, AttributeLocation))