2 writes to _methodImplIndex
Microsoft.CodeAnalysis (2)
Symbols\Attributes\CommonMethodWellKnownAttributeData.cs (2)
18
_dllImportIndex =
_methodImplIndex
= _preserveSigIndex = -1;
60
_methodImplIndex
= attributeIndex;
3 references to _methodImplIndex
Microsoft.CodeAnalysis (3)
Symbols\Attributes\CommonMethodWellKnownAttributeData.cs (3)
103
(
_methodImplIndex
== -1 || (_attributes & MethodImplAttributes.PreserveSig) == 0 || _dllImportIndex <
_methodImplIndex
))
112
if (_dllImportIndex > _preserveSigIndex && (_dllImportIndex >
_methodImplIndex
|| (_attributes & MethodImplAttributes.PreserveSig) == 0))