1 write to _resolvedPermissionSetFilePath
Microsoft.CodeAnalysis (1)
CodeGen\PermissionSetAttribute.cs (1)
43_resolvedPermissionSetFilePath = resolvedPermissionSetFilePath;
2 references to _resolvedPermissionSetFilePath
Microsoft.CodeAnalysis (2)
CodeGen\PermissionSetAttribute.cs (2)
100using (Stream stream = resolver.OpenReadChecked(_resolvedPermissionSetFilePath)) 108throw new PermissionSetFileReadException(e.Message, _resolvedPermissionSetFilePath);