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)
96if (_dllImportIndex >= 0 && !_dllImportPreserveSig) 102if ((_preserveSigIndex == -1 || _dllImportIndex < _preserveSigIndex) && 103(_methodImplIndex == -1 || (_attributes & MethodImplAttributes.PreserveSig) == 0 || _dllImportIndex < _methodImplIndex)) 112if (_dllImportIndex > _preserveSigIndex && (_dllImportIndex > _methodImplIndex || (_attributes & MethodImplAttributes.PreserveSig) == 0))