8 references to SynthesizeNativeIntegerAttribute
Microsoft.CodeAnalysis.CSharp (8)
Symbols\MethodSymbol.cs (1)
1168AddSynthesizedAttribute(ref attributes, moduleBuilder.SynthesizeNativeIntegerAttribute(this, type.Type));
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
408AddSynthesizedAttribute(ref attributes, moduleBuilder.SynthesizeNativeIntegerAttribute(this, type.Type));
Symbols\Source\SourceEventSymbol.cs (1)
383AddSynthesizedAttribute(ref attributes, moduleBuilder.SynthesizeNativeIntegerAttribute(this, type.Type));
Symbols\Source\SourceParameterSymbolBase.cs (1)
102AddSynthesizedAttribute(ref attributes, moduleBuilder.SynthesizeNativeIntegerAttribute(this, type.Type));
Symbols\Source\SourcePropertySymbolBase.cs (1)
1397AddSynthesizedAttribute(ref attributes, moduleBuilder.SynthesizeNativeIntegerAttribute(this, type.Type));
Symbols\Synthesized\SynthesizedFieldSymbolBase.cs (1)
70AddSynthesizedAttribute(ref attributes, moduleBuilder.SynthesizeNativeIntegerAttribute(this, type));
Symbols\Synthesized\SynthesizedParameterSymbol.cs (1)
163AddSynthesizedAttribute(ref attributes, moduleBuilder.SynthesizeNativeIntegerAttribute(this, type.Type));
Symbols\TypeSymbolExtensions.cs (1)
2100addIfNotNull(builder, moduleBuilder.SynthesizeNativeIntegerAttribute(declaringSymbol, type.Type));