9 references to SynthesizeNativeIntegerAttribute
Microsoft.CodeAnalysis.CSharp (9)
Symbols\MethodSymbol.cs (1)
1158AddSynthesizedAttribute(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)
330AddSynthesizedAttribute(ref attributes, moduleBuilder.SynthesizeNativeIntegerAttribute(this, type.Type));
Symbols\Source\SourceMemberContainerSymbol.cs (1)
5063AddSynthesizedAttribute(ref attributes, moduleBuilder.SynthesizeNativeIntegerAttribute(this, baseType));
Symbols\Source\SourceParameterSymbolBase.cs (1)
98AddSynthesizedAttribute(ref attributes, moduleBuilder.SynthesizeNativeIntegerAttribute(this, type.Type));
Symbols\Source\SourcePropertySymbolBase.cs (1)
1132AddSynthesizedAttribute(ref attributes, moduleBuilder.SynthesizeNativeIntegerAttribute(this, type.Type));
Symbols\Synthesized\SynthesizedFieldSymbolBase.cs (1)
70AddSynthesizedAttribute(ref attributes, moduleBuilder.SynthesizeNativeIntegerAttribute(this, type));
Symbols\Synthesized\SynthesizedParameterSymbol.cs (1)
158AddSynthesizedAttribute(ref attributes, moduleBuilder.SynthesizeNativeIntegerAttribute(this, type.Type));
Symbols\TypeSymbolExtensions.cs (1)
2009addIfNotNull(builder, moduleBuilder.SynthesizeNativeIntegerAttribute(declaringSymbol, type.Type));