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)) 112if (_dllImportIndex > _preserveSigIndex && (_dllImportIndex > _methodImplIndex || (_attributes & MethodImplAttributes.PreserveSig) == 0))