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